home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000234_news@columbia.edu_Tue Nov 22 14:40:46 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12289
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 22 Nov 1994 09:40:49 -0500
  3. Received: by apakabar.cc.columbia.edu id AA27957
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 22 Nov 1994 09:40:48 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help with autodial in MSKERMIT - V3.11 DOS
  9. Date: 22 Nov 1994 14:40:46 GMT
  10. Organization: Columbia University
  11. Lines: 34
  12. Message-Id: <3asvte$r9j@apakabar.cc.columbia.edu>
  13. References: <kdesai.785471803@black.clarku.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <kdesai.785471803@black.clarku.edu>,
  18. Kamalkumar R. Desai <kdesai@black.clarku.edu> wrote:
  19. >I am using DOS 6.22 and MSKERMIT V3.11 (Yes I will get 3.14 soon), I have
  20. >written a small script to call my school using my modem and once connects
  21. >types my username and password and logs me in. It works fine but I would
  22. >like to start it from DOS prompt, i.e.  type "LOGMEIN.BAT" and this file
  23. >should have one line.
  24. >
  25. >KERMIT SCHOOL.TAK
  26. >
  27. >That does works too i.e. I can start it from C:>/ prompt and would put me
  28. >to my school $ prompt on vax. However whenever I hit Alt-X (Escape
  29. >sequence) it puts me to DOS prompt rather then MS-KERMIT> prompt.  I am
  30. >sure there is a way to do it so that it won't kick me out to DOS. I
  31. >looked into Manual (Using Kermit.. F. Da'Cruz book) and README files but
  32. >no avail.
  33. >
  34. Actually, the manual is:
  35.  
  36.   Christine M. Gianone, "Using MS-DOS Kermit", Second Edition, Digital
  37.   Press / Butterworth-Heinemann, Woburn, MA, 1992, 345 pages, ISBN
  38.   1-55558-082-3.
  39.  
  40. Look on page 202, section Command Line Invocation:
  41.  
  42.   Several commands may be given on the command line, separated by commas.
  43.   ...  MS-DOS Kermit will exit back to DOS after completing the specified
  44.   commands unless you include the STAY commaand on the command line:
  45.  
  46.     C> kermit connect, stay
  47.  
  48. (end quote).
  49.  
  50. - Frank